projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2157be6
)
(byte-compile-insert-header): Fix prev chg.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 13 May 1998 04:48:48 +0000
(
04:48
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 13 May 1998 04:48:48 +0000
(
04:48
+0000)
lisp/emacs-lisp/bytecomp.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/bytecomp.el
b/lisp/emacs-lisp/bytecomp.el
index 437c049306304ed8e954549daac9cf6186f7f3da..74721f403885b7965e9af78d99e7e75bc377077c 100644
(file)
--- a/
lisp/emacs-lisp/bytecomp.el
+++ b/
lisp/emacs-lisp/bytecomp.el
@@
-9,7
+9,7
@@
;;; This version incorporates changes up to version 2.10 of the
;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.4
2
$")
+(defconst byte-compile-version "$Revision: 2.4
3
$")
;; This file is part of GNU Emacs.
@@
-1450,7
+1450,7
@@
With argument, insert value in current buffer after the form."
(goto-char 1)
;; See if the buffer has any multibyte characters.
(skip-chars-forward "\0-\377")
- (
setq some-multibyte-characters (not (eobp)
)))))
+ (
not (eobp
)))))
(set-buffer outbuffer)
(goto-char 1)